run-time error

美 [rʌn taɪm ˈerər]英 [rʌn taɪm ˈerə(r)]
  • 网络运行时错误;运行错误
run-time errorrun-time error

noun

1
an error in logic or arithmetic that must be detected at run time
Synonym: semantic error runtime error

数据来源:WordNet

  1. This statement allows execution to continue despite a run-time error .

    该语句允许即使发生了运行时错误时,仍继续执行。

  2. Rolls back a transaction if a Transact-SQL statement raises a run-time error .

    如果transact-sql语句产生运行时错误,则回滚事务。

  3. Common Logical Error and Run-time error in C Language Teaching

    C语言教学中常见的运行错误和逻辑错误

  4. Macro or function that runs when a run-time error occurs in a form or report

    当窗体或报表中发生运行时错误时所执行的宏或函数

  5. If a write to an index beyond the bounds of an array is attempted , a run-time error will be generated .

    如果试图超过数组界限写入,会产生一个运行时错误。

  6. The flexible service processor ( FSP ) firmware provides diagnostics , initialization , configuration , run-time error detection , and correction .

    服务处理器(FSP)固件提供诊断、初始化、配置、运行时错误检测和修正的功能。

  7. The paper summarizes the logical error and run-time error that the compiler can not find , in order to help beginners better to master debugging skill and improve programming ability .

    总结了编译器不能发现的常见运行错误和逻辑错误,以帮助初学者能较好的掌握程序调试技巧,提高编程能力。

  8. Resume next specifies that when a run-time error occurs , control goes to the statement immediately following the statement where the error occurred , and execution continues from that point .

    该语句指定当发生运行时错误时,控制由错误语句跳转到紧随发生错误语句之后的语句,并从该位置继续执行。

  9. When a run-time error occurs , the program stops and an error message is displayedyou need to debug the error and fix it before the program can continue .

    当出现运行时错误时,程序停止并显示错误信息。这时您需要调试并修复错误,然后程序才能继续运行。